home *** CD-ROM | disk | FTP | other *** search
- -- card: 6483 from stack: in
- -- bmap block id: 0
- -- flags: 0000
- -- background id: 3656
- -- name:
-
-
- -- part 1 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=16 top=19 right=309 bottom=505
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 20
- -- text size: 18
- -- style flags: 0
- -- line height: 24
- -- part name:
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=350 top=316 right=338 bottom=450
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Continue...
- ----- HyperTalk script -----
- on mouseUp
- go to next card
- end mouseUp
-
-
-
- -- part 4 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=25 top=316 right=338 bottom=125
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Previous page
- ----- HyperTalk script -----
- on mouseUp
- go to prev card
- end mouseUp
-
-
-
- -- part 5 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=191 top=317 right=339 bottom=291
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Directory
- ----- HyperTalk script -----
- on mouseUp
- go to card id 2919 of stack "IntroCard"
- end mouseUp
-
-
-
-
- -- part contents for card part 1
- ----- text -----
- This is a MESSAGE: mouseWithin
- It is sent to the field when YOU move the mouse
- into the field.
-
- This is a HANDLER: on mouseWithin
- It lies hidden in the field waiting to catch MESSAGES.
-
- This is a SCRIPT : on mouseWithin
- answer "See? This really works!"
- end mouseWithin
- It does what it does, then stops when it sees the
- word "end" in front of the MESSAGE word.
-
-